Esx Settings BaseImageDetails

Esx Settings BaseImageDetails
Esx Settings BaseImageDetails

The Esx Settings BaseImageDetails schema contains information that provide more details about the base image from the depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "display_name": "string",
    "display_version": "string",
    "release_date": "string",
    "quick_patch_compatible_versions": {
        "quick_patch_compatible_versions": "string"
    }
}
string
display_name
Required

Display name of the base image.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the base image.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the base image.

This property was added in vSphere API 7.0.0.0.

object
quick_patch_compatible_versions
Optional

For base images this base image can quick patch from, map their full versions to display versions.

This property was added in vSphere API 8.0.3.0.

If missing or null this base image does not support quick patch.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.base_image. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.base_image.